home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / z530bus.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-17  |  6.8 KB  |  171 lines

  1. ;*****************************************************************************
  2. ;
  3. ; z530bus.inf   -- Install the Sony Ericsson Z530 Driver drivers
  4. ;
  5. ; Copyright (c) 1997-2005 by MCCI 
  6. ;
  7. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  8. ;
  9. ; NOTICE: This software is licensed, not sold.  Any modification of this
  10. ; inf file to change the reference to an operating system or to change the
  11. ; reference to a device is not permitted unless authorized in writing by
  12. ; Moore Computer Consultants, Inc..
  13. ;
  14. ;*****************************************************************************
  15.  
  16. [version]
  17. signature="$CHICAGO$"
  18. Class=USB
  19. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  20. Provider=%Provider%
  21. DriverVer=10/07/2005, 4.34.0.2705
  22. CatalogFile=z530bus.cat
  23.  
  24. [ControlFlags]
  25. ExcludeFromSelect = *
  26.  
  27. ;-----------------------------------------------------------------------------
  28. ; Specify target paths...
  29. ;-----------------------------------------------------------------------------
  30. [DestinationDirs]
  31. DefaultDestDir                  = 11                    ; LDID_SYS
  32. SEMCZ530Wdm.W95.CopyFiles       = 11                    ; LDID_SYS
  33. SEMCZ530Wdm.NT.CopyFiles        = 12                    ; system32\drivers
  34. PropPages.CopyFiles             = 11                    ; system
  35.  
  36. ;-----------------------------------------------------------------------------
  37. ; Specify the install disks.  A bit unwieldy during development.
  38. ;-----------------------------------------------------------------------------
  39. [SourceDisksNames]
  40. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  41. 1=%DiskString%,"z530bus.sys",,
  42.  
  43. [SourceDisksFiles]
  44. ; filename = diskid[, [subdir] [, size]]
  45. z530bus.sys = 1
  46. z530wh95.sys = 1
  47. z530whnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Sony Ericsson%=SEMCZ530
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [SEMCZ530]
  59. %SEMCZ530.CdcBus.Desc% = SEMCZ530Wdm.Install, USB\VID_0FCE&PID_D040
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [SEMCZ530.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [SEMCZ530Wdm.Install]
  80. DriverVer=10/07/2005, 4.34.0.2705
  81. CopyFiles       = SEMCZ530Wdm.W95.CopyFiles, SEMCZ530.CopyFiles, PropPages.CopyFiles
  82. AddReg          = SEMCZ530Wdm.AddReg, SEMCZ530Wdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [SEMCZ530Wdm.Install.NT]
  88. DriverVer=10/07/2005, 4.34.0.2705
  89. CopyFiles       = SEMCZ530Wdm.NT.CopyFiles
  90. AddReg          = SEMCZ530Wdm.AddReg, SEMCZ530Wdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [SEMCZ530Wdm.Install.NT.Services]
  96. AddService      = z530bus, 2, SEMCZ530Wdm.AddService
  97.  
  98. [SEMCZ530Wdm.AddService]
  99. DisplayName             = %SEMCZ530.Service.Desc%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\z530bus.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [SEMCZ530Wdm.AddReg]
  110.  
  111.  
  112. ;-----------------------------------------------------------------------------
  113. ;       WDM registry entries (W95/98) (including how to start the driver)
  114. ;-----------------------------------------------------------------------------
  115. [SEMCZ530Wdm.W95.AddReg]
  116. HKR,,DevLoader,,*ntkern
  117. HKR,,NTMPDriver,,z530bus.sys
  118.  
  119. ;-----------------------------------------------------------------------------
  120. ;       WDM registry entries (NT only)
  121. ;-----------------------------------------------------------------------------
  122. [SEMCZ530Wdm.NT.AddReg]
  123.  
  124. ;-----------------------------------------------------------------------------
  125. ;       The WDM copy list for Win95 -- different because things go in
  126. ;       different places.  Also, we probably need to rename drivers 
  127. ;       during the install.
  128. ;-----------------------------------------------------------------------------
  129. [SEMCZ530Wdm.W95.CopyFiles]
  130. z530bus.sys
  131. z530wh.sys,z530wh95.sys
  132. z530wh95.sys
  133. z530whnt.sys
  134.  
  135. ;-----------------------------------------------------------------------------
  136. ;       The WDM copy list for NT -- different because things go in
  137. ;       different places.
  138. ;-----------------------------------------------------------------------------
  139. [SEMCZ530Wdm.NT.CopyFiles]
  140. z530bus.sys
  141. z530wh.sys,z530whnt.sys
  142. z530whnt.sys
  143.  
  144.  
  145. ;****************************************************************************
  146. ; Localizable Strings
  147. ;****************************************************************************
  148. [strings]
  149.  
  150. ;BEGIN ENG - US English Strings
  151. Provider = "Sony Ericsson"
  152. Sony Ericsson = "Sony Ericsson"
  153. DiskString = "Sony Ericsson Z530 Driver Installation disk"
  154.  
  155. SEMCZ530.CdcBus.Desc = "Sony Ericsson Z530 Driver"
  156. SEMCZ530.Service.Desc = "Sony Ericsson Z530 Driver driver (WDM)"
  157.  
  158. CustomerDataPath = "Sony Ericsson Z530"
  159. DriverSet = "Sony Ericsson Z530 Software"
  160. UninstallFile = "Z530Uninstall.exe"
  161. McciOptions = "Uninstallable"
  162.  
  163.  
  164. ;END ENG - US English Strings
  165.  
  166. ;-----------------------------------------------------------------------------
  167. ; Following are symbolic constants which don't change per locale.
  168. ;-----------------------------------------------------------------------------
  169.  
  170. ;*** end of file ***
  171.